From 9c3aa23e08c3420666b7604fa4d0da35d2166f28 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 22 Jun 2005 16:09:41 +0000 Subject: [PATCH] Set the time field in the event. (#308573, Morten Welinder) 2005-06-22 Matthias Clasen * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the time field in the event. (#308573, Morten Welinder) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-8 | 3 +++ gdk/x11/gdkdnd-x11.c | 2 ++ 4 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1e6143ae8c..d611879d2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-06-22 Matthias Clasen + * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the + time field in the event. (#308573, Morten Welinder) + * gtk/gtkfilesystemunix.c: Remove gratitious differences between the stable branch and HEAD, which sneaked in with the bookmark renaming. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1e6143ae8c..d611879d2e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-06-22 Matthias Clasen + * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the + time field in the event. (#308573, Morten Welinder) + * gtk/gtkfilesystemunix.c: Remove gratitious differences between the stable branch and HEAD, which sneaked in with the bookmark renaming. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1e6143ae8c..d611879d2e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-06-22 Matthias Clasen + * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the + time field in the event. (#308573, Morten Welinder) + * gtk/gtkfilesystemunix.c: Remove gratitious differences between the stable branch and HEAD, which sneaked in with the bookmark renaming. diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index b316cf1ad6..eb215d8589 100644 --- a/gdk/x11/gdkdnd-x11.c +++ b/gdk/x11/gdkdnd-x11.c @@ -2034,6 +2034,8 @@ xdnd_finished_filter (GdkXEvent *xev, event->dnd.context = context; g_object_ref (context); + event->dnd.time = GDK_CURRENT_TIME; /* FIXME? */ + return GDK_FILTER_TRANSLATE; } -- 2.30.2